projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e1673
)
* configure.in: Use the autoconf AC_FIND_X macro to try to find
author
Jim Blandy
<jimb@redhat.com>
Sat, 10 Jul 1993 05:18:56 +0000
(
05:18
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 10 Jul 1993 05:18:56 +0000
(
05:18
+0000)
the X Windows libraries.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index cf90d936b40db5e87d3b99996f20d47ccb3e3c42..ac7809eecafd8b6afc14b55bc142e1866435a8c7 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-993,6
+993,14
@@
case "${with_x10}" in
;;
esac
+### If the user hasn't specified where we should find X, try
+### letting autoconf figure that out.
+if [ "0${x_includes}" == 0 ] && [ "0${x_libraries}" == 0 ]; then
+ ]
+ AC_FIND_X
+ [
+fi
+
case "${window_system}" in
"none" | "x11" | "x10" ) ;;
"" )